ArcFM Responder Mobile Developer Guide
Add(String,Action<String>) Method






Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal prototype As System.String, _
   ByVal action As System.Action(Of String) _
) As OptionSet
'Usage
 
Dim instance As OptionSet
Dim prototype As System.String
Dim action As System.Action(Of String)
Dim value As OptionSet
 
value = instance.Add(prototype, action)
public OptionSet Add( 
   System.string prototype,
   System.Action<string> action
)
public function Add( 
    prototype: System.String;
    action: System.Action
): OptionSet; 
public function Add( 
   prototype : System.String,
   action : System.Action
) : OptionSet;
public: OptionSet* Add( 
   System.string* prototype,
   System.Action<string*>* action
) 
public:
OptionSet^ Add( 
   System.String^ prototype,
   System.Action<String^>^ action
) 

Parameters

prototype
action
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

OptionSet Class
OptionSet Members
Overload List

Send Feedback